﻿@charset "utf-8";

/* CSS Document */
html,
body {
	width: 100%;
	overflow-x: hidden;

}

html {}

body {
	position: relative;
	font: 12px/2 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.c-b {
	clear: both;
}

.lg-container {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

:root {
	--color: #1b3884;
}

.hide {
	display: none !important;
}

.img{
	background: url(../images/imgnone.png) center no-repeat;
	background-size: cover;
}


.headWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.header {
	display: flex;
	width: 100%;
	height: 100px;
	padding-left: 375px;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	transition: all 0.3s;
}

.logo {
	background: var(--color);
	width: 375px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.nav {
	width: 100%;
	padding: 0 20px;
	transition: all 0.3s;
}

.nav ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: 100%;
}

.nav ul li {
	margin: 0 10px;
	font-size: 14px;
}

.nav ul li .navchild {
	display: none;
}

.search {
	padding: 0 20px;
	border-left: 1px solid #eee;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.search input {
	border: 0;
	font-size: 14px;
	max-width: 130px;
}

.search span {
	color: var(--color);
	font-size: 20px;
	cursor: pointer;
}

.lan {
	padding: 0 15px;
	border-left: 1px solid #eee;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.lan a {
	color: var(--color);
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.lan a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ccc;
	margin-left: 5px;
}

.tools {
	flex-shrink: 0;
	width: 250px;
	padding: 0 15px;
	border-left: 1px solid #eee;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.tools .icon {
	font-size: 20px;
	color: var(--color);
	margin-right: 10px;
}

.tools p {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: var(--color);
}

.banner {
	margin-top: 100px;
	position: relative;
	transition: all 0.3s;
}

.banner .imgs {
	position: relative;
	transition: all 0.3s;
}

.banner .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.banner .imgs:after {
	content: "";
	display: block;
	background: linear-gradient(rgba(0 0 0/30%), rgba(0 0 0/0%), rgba(0 0 0/30%));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner .text {
	width: 100%;
	padding: 0 20px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	position: absolute;
	bottom: 200px;
	left: 0;
	transition: all 0.3s;
}

.banner .icon {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 2;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	background: url(../images/mouse.png) top center no-repeat;
	text-align: center;
	padding-top: 60px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	animation: lg-UpDown 0.8s infinite;
}

@keyframes lg-UpDown {
	0% {
		transform: translateY(0);
	}

	50% {
		opacity: 1;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.bodyWrap {}
/*公共代码*/
.title {
	margin-bottom: 30px;
	transition: all 0.3s;
}

.title span {
	font-size: 36px;
	font-weight: 600;
}

.lg-more-line{
	width: 100px;
	line-height: 30px;
	font-size: 14px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	color: var(--color);
	border-bottom: 1px solid var(--color);
}
.lg-more-block{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 170px;
	color: var(--color);
	height: 70px;
	border:1px solid var(--color);
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	transition: all .3s;
}
.lg-more-block:hover{
	background: var(--color);
	color: #fff;
}

.lr-layout{
	display: flex;
}
.lr-layout > *{
	width: 50%;
}
.ud-layout{
	flex-direction: column;
}
.ud-layout > *{
	width: 100%;
}

.pic-item {
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}

.pic-item .img {
	width: 100%;
	height: 260px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	background: #f2f2f2;
	border-radius: 10px 0 0 0;
}

.pic-item .img img {
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.pic-item .text {
	background: #fff;
	border-radius: 0 0 10px 0;
	padding: 15px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
}

.pic-item:hover img {
	transform: scale(1.1);
}

.pic-item:hover .text {
	background: var(--color);
	color: #fff;
}


.text-list li {
	border-bottom: 1px solid #ddd;
	height: 125px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.text-list li dl {
	width: 100px;
	flex-shrink: 0;
	color: var(--color);
}

.text-list li dl dt {
	font-size: 24px;
}

.text-list li dl dd {
	font-size: 20px;
	opacity: 0.6;
}
.text-list li .text{
	width:calc(100% - 100px);
}
.text-list li a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-list li p {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	max-height: 44px;
	overflow: hidden;
}

.blocktext {
	width: calc(33.33% - 30px);
	border: 1px solid #cdd8f3;
	border-radius: 0 10px 0 10px;
	padding: 30px 20px;
	height: 360px;
	transition: all 0.3s;
}

.blocktext span {
	font-size: 20px;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
}

.blocktext h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	height: 54px;
	overflow: hidden;

}
.blocktext p {
	border-top: 1px solid rgba(0 0 0/30%);
	margin: 15px 0;
	padding: 15px 0 0 0;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	height: 111px;
	overflow: hidden;
}

.blocktext a {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	padding: 10px 20px 10px 0;
	transition: all 0.3s;
}

.blocktext:hover {
	background: var(--color);
	color: #fff;
}

.blocktext:hover p{
	color: rgba(255 255 255/60%);
	border-top: 1px solid rgba(255 255 255/30%);
}

.blocktext:hover a {
	color: #fff;
	padding: 10px 0;
}

/*公共代码结束*/

.aboutContainer {
	width: 100%;
	padding: 80px 0;
	background: url(../images/abbg.png) top left no-repeat;
	background-size: auto 800px;
	transition: all 0.3s;
}

.companyTitle {
	margin-bottom: 30px;
	transition: all 0.3s;
}

.companyTitle span {
	display: block;
	color: var(--color);
	line-height: 1.5;
}

.companyTitle span.cn {
	font-size: 28px;
	font-weight: 600;
}

.companyTitle span.en {
	font-size: 18px;
}

.aboutContent .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutContent .text {
	padding-right: 30px;
}

.aboutContent .text p {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.8;
	color: #737373;
}

.aboutContent .text a {
	background: var(--color);
	color: #fff;
}

.aboutContent .text a:hover {
	opacity: .9;
}

.param {
	width: 100%;
	margin-top: 80px;
}

.paramBox {
	width: 100%;
	display: flex;
}

.paramBox dl {
	width: 25%;
	text-align: center;
	border-right: 1px solid #eee;
	line-height: 1.5;
}

.paramBox dl:last-child {
	border: 0;
}

.paramBox dl dt {
	font-size: 40px;
	font-weight: 600;
	color: var(--color);
	transition: all 0.3s;
}

.paramBox dl dt span {
	margin-left: 10px;
	font-size: 16px;
	color: #999;
	font-weight: 400;
}

.paramBox dl dt span sup {
	font-size: 12px;
}

.paramBox dl dd {

	font-size: 16px;
	color: #999;
}

.productContainer {
	padding: 80px 0;
	background: url(../images/probg.jpg) left center no-repeat;
}

.productContainer .title {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.productContainer .title .title-left {
	display: flex;
	align-items: center;
}

.productContainer .title .title-left span {
	margin-right: 30px;
}

.productContainer .title .title-right {
	display: flex;
}

.productContainer .title .title-right .next,
.productContainer .title .title-right .prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin: 0 10px;
	color: var(--color);
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s;
}

.productContainer .title .title-right .next:hover,
.productContainer .title .title-right .prev:hover {
	opacity: 1;
}

.productContainer .intro {
	font-size: 14px;
	line-height: 1.8;
	color: #737373;
	margin-bottom: 30px;
}

.productSwiper {
	width: 130%;
}



.newsContainer {
	padding: 50px 0;
	background: url(../images/newsbg.png) bottom center no-repeat;
}

.newsContainer .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsContent {
	display: flex;
	justify-content: space-between;
}

.newsContent .firstNews {
	width: 48%;
	display: block;
}

.newsContent .firstNews .img {
	width: 100%;
	overflow: hidden;
}

.newsContent .firstNews .img img {
	width: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.pictext {
	display: flex;
}

.newsContent .firstNews .text,
.pictext .text {
	background: #fff;
	box-shadow: 3px 0 10px rgba(0 0 0/10%);
	overflow-y: hidden;
	padding: 20px;
}

.newsContent .firstNews .text span,
.pictext .text span {
	font-size: 16px;
	color: var(--color);
}

.newsContent .firstNews .text h3,
.pictext .text h3 {
	font-size: 18px;
	color: var(--color);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
}

.newsContent .firstNews .text p,
.pictext .text p {
	font-size: 14px;
	color: #737373;
	line-height: 1.5;
	max-height: 44px;
	overflow: hidden;
	margin-bottom: 10px;
}

.newsContent .firstNews .text a,
.pictext .text a {
	color: var(--color);
	font-size: 14px;
}

.newsContent .firstNews:hover .img img {
	transform: scale(1.05);
}

.newsContent ul {
	width: 48%;
	height: 100%;
	border-top: 1px solid #ddd;
}


.displayContainer {
	padding: 80px 0 100px 0;
	background: url(../images/disbg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}

.displayContainer .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.displayContainer .title a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.displaySwiper {}

.displaySwiper .item {
	border: 1px solid rgba(255 255 255/50%);
}

.displaySwiper .item p {
	border-top: 1px solid rgba(255 255 255/30%);
	color: rgba(255 255 255/70%);
}

.displaySwiper .item a {
	color: #fff;
}

.displaySwiper .item:hover {
	background: rgba(255 255 255/8%);
}

.display-prev,
.display-next {
	color: #fff;
}

.joinus {
	padding: 80px 0;
	background: url(../images/joinbg.png) center no-repeat;
	background-size: cover;
	color: var(--color);
}

.joinus span {
	font-size: 18px;
}

.joinus h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}

.joinus a {
	font-weight: 300;
}


.footWrap {
	background: #f9faff;
	padding: 30px 0;
}

.footWrap .lg-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footlogo{
	flex-shrink: 0;
	width: 270px;
}
.footlogo img{
	width: 100%;
}
.footWrap .contact {
	display: flex;
	align-items: center;
	width: 100%;
}

.footWrap .contact .item{
	display: flex;
	justify-content: start;
	align-items: flex-start;
	color: var(--color);
	border-right: 1px solid #e3e3e3;
	padding: 0 30px;
}
.footWrap .contact .item:last-child{
	border: 0;
}
.footWrap .contact .item i{
	line-height: 28px;
	font-size: 16px;
	margin-right: 10px;
}
.footWrap .contact .item .text{
	font-size: 14px;
}
.footWrap .contact .item .text span{
	display: inline-block;
}

.fast-link {
	flex-shrink: 0;
	width: 200px;
}

.linkcontent {
	width: 200px;
	height: 50px;
	position: relative;
	border: 1px solid var(--color);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.linkcontent p{
	padding: 0 10px;
	font-size: 16px;
	color: var(--color);
}
.linkcontent span {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
}

.linkcontent ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	border: 1px solid var(--color);
	border-radius: 10px;
}

.linkcontent ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.linkcontent ul li a {
	display: block;
	padding: 0 20px;
	color: var(--color);
}
.linkcontent ul li a:hover{
	background: rgba(0 0 0/10%);
}

.bottom{
	background: #f9faff;
	padding: 10px;
	border-top: 1px solid #e3e3e3;
	text-align: center;
}
.bottom a{
	color: #737373;
}



/*内页*/
.inbanner {
	margin-top: 100px;
	width: 100%;
	position: relative;
}
.inbanner:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0 0 0/30%),rgba(0 0 0/0%), rgba(0 0 0/50%));
	position: absolute;
	bottom: 0;
	left: 0;
}
.inbanner .img {
	width: 100%;
}

.inbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.inbanner .text {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 20px 0;
	color: #fff;
}

.inbanner .text .current {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

.location {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.location a {
	color: #fff;
	margin: 0 5px;
}



.aboutinner{
	padding:30px 0;
}
.aboutinner .lr-layout .text{
	padding-right:50px;
	font-size:14px;
	max-height: 400px;
	overflow: hidden;
}
.aboutinner .lr-layout .img img{
	width:100%;
	height:100%;
	object-fit: cover;
	
}

.qyyj{
	margin:50px 0;
	padding: 80px 0;
	background:url(../images/qyyj.jpg) center no-repeat;
	background-size:cover;
	color:#fff;
	text-align:center;
}
.qyyj h3{
	font-size:24px;
	font-weight:bold;
}
.qyyj p{
	margin-top:30px;
	font-size:14px;
}

.inner{
	padding: 50px 0;
}
.picinner{
	padding: 50px 0;
	background:url(../images/proinbg.jpg) center no-repeat;
	background-size:cover;
}
.base_piclist{
	display:flex;
	flex-wrap: wrap;
}
.base_piclist .item{
	width:calc(33.33% - 40px);
	min-width: 360px;
	margin:20px;
	padding: 20px;
	background: #fff;
}
.base_piclist .item .img{
	width:100%;
	height: 300px;
	overflow: hidden;
}
.base_piclist .item .img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.base_piclist .item .text{
	padding: 20px 0 0 0;
	text-align: center;
}
.base_piclist .item .text span{
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.base_piclist .item .text a{
	display: inline-block;
	font-size: 14px;
}
.base_piclist .item:hover{
	background: #f9faff;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}
.base_piclist .item:hover img{
	transform: scale(1.05);
}
.base_piclist .item:hover .text{
	color: var(--color);
}
.base_piclist .item:hover .text a{
	color: var(--color);
	border-bottom: 1px solid var(--color);
}

.base_textlist{
	display: flex;
	flex-wrap: wrap;
}
.base_textlist .item{
	width: calc(33.33% - 40px);
	min-width: 360px;
	margin: 20px;
}

.base_pictext_first{
	margin-bottom: 30px;
	overflow: hidden;
}
.base_pictext_first .img{
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}
.base_pictext_first .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.base_pictext_first .text{
	padding: 50px;
	border-radius:0 20px 20px 0;
		border:1px solid #e2e2e2;
}
.base_pictext_first .text span{
	display: block;
	font-size: 22px;
	color: #737373;
	margin-bottom: 20px;
}
.base_pictext_first .text h3{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--color);
	margin-bottom: 20px;
}
.base_pictext_first .text p{
	font-size: 14px;
	line-height: 1.5;
	color: #737373;
	margin-bottom: 20px;
}
.base_pictext_first .text a{
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: var(--color);
}
.base_pictext_first .text a:hover{
	border-bottom: 1px solid var(--color);
}
.base_pictextlist{
	display: flex;
	flex-wrap: wrap;
}
.base_pictextlist li{
	width: calc(33.33% - 40px);
	margin: 20px;
}
.base_pictextlist li .img{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.base_pictextlist li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.base_pictextlist li .text{
	padding: 10px 0;
}
.base_pictextlist li .text span{
	font-size: 14px;
	color: var(--color);
}
.base_pictextlist li .text h3{
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0;
}
.base_pictextlist li .text a{
	color: var(--color);
	font-size: 16px;
}
.base_pictextlist li:hover img{
	transform: scale(1.05);
}

.base_joinlist{
	
}
.base_joinlist li{
	border-radius: 10px;
	border: 1px solid #cdd8f3;
	margin-bottom: 15px;
}
.base_joinlist li.act{
	background: var(--color);
	color: #fff;
	font-weight: 600;
}
.base_joinlist li .tit{
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
}
.base_joinlist li .tit span{
	width: 120px;
	text-align: center;
}
.base_joinlist li .tit span:nth-child(1){
	width: 300px;
	text-align: left;
}
.base_joinlist li .tit span i{
	margin-left: 10px;
}
.base_joinlist li .txt{
	display: none;
	border-top: 1px solid #cdd8f3;
	padding: 30px;
	font-size: 14px;
	line-height: 1.5;
	color: #737373;
}

.contactinner{
	display: flex;
	padding: 30px 0;
}
.contact-current{
	flex-shrink: 0;
	width: 240px;
}
.contact-current .current{
	color: var(--color);
	font-size: 40px;
	font-weight: 600;
}
.contact-current .location{
	color: #999;
}
.contact-current  .location a{
	color: #999;
}
.contact-content{
	padding: 10px;
	font-size: 14px;
	display: flex;
	width: 100%;
}
.contact-content .contact-item{
	margin: 20px;
	padding: 0 50px 0 50px;
	border-right: 1px solid #f2f2f2;
	position: relative;
}
.contact-content .contact-item:last-child{
	border: 0;
}
.contact-content .contact-item i{
	display: block;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	color:var(--color);
}
.contact-content .contact-item .text{
	font-size: 14px;
}

.showinner{
	background: #f2f2f2;
}
.showContent{
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.contenthead {
	width: 100%;
	margin: 15px auto;
	border-bottom: #ccc dashed 1px;
}

.contenthead h1 {
	text-align: center;
	font-size: 20px;
	line-height:1.5;
}

.contenthead h2 {
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	color: #999;
}

.contentmain {
	min-height: 400px;
	margin: 0 auto;
	padding: 15px;
	color: #333;
	line-height: 1.8;
	word-wrap: break-word;
	font-size: 16px;
}

.contentmain p {
	margin: 0 0 10px 0;
}

.contentmain img {
	border: none;
	max-width: 100%;
}

.contentfooter {
	margin: 20px 0;
	color: #999;
}

.contentfooter a {
	color: #999;
}

.contentfooter a:hover {
	color: #2ea2c5;
}



/*page*/
.Pager {
	margin-top: 30px;
	padding: 10px 20px;
	text-align: center;
}

.Pager:after {
	content: "";
	clear: both;
	display: block;
}

.Pager a,
.Pager span {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 3px 3px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.Pager a {
	width: 30px;
	height: 30px;
}

.Pager span {
	padding: 0 10px;
}

.Pager a.fa {
	padding: 0 10px;
}

.Pager a.act {
	background: var(--color);
	color: #fff;
	font-weight: bold;
}

.Pager a:hover {
	color: var(--color);
	background: #f9f9f9;
}

.Pager a.act:hover {
	background: var(--color);
	color: #fff;
	cursor: text;
}

.Pager a.fa.lcok {
	color: #ccc;
	background: #fff;
	cursor: text;
}

@media screen and (max-width:1480px){
	.lg-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header{
		height: 80px;
		padding-left: 245px;
	}
	.logo{
		width: 245px;
		height: 110px;
	}
	.search input {
		max-width: 120px;
	}
	.lan{
		padding: 0 10px;
	}
	.tools{
		padding: 0 10px;
		width: 220px;
	}
	.tools p{
		font-size: 14px;
	}
	.banner,.inbanner{
		margin-top: 80px;
	}
	.title{
		margin-bottom: 20px;
	}
	.title span{
		font-size: 30px;
	}
	.companyTitle{
		margin-bottom: 20px;
	}
	.companyTitle span.cn{
		font-size: 24px;
	}
	.aboutContainer{
		padding: 30px 0;
	}
	.param{
		margin-top: 50px;
	}
	.paramBox dl dt{
		font-size: 30px;
	}
	.newsContainer{
		padding: 30px 0;
	}
	
	.footlogo{
		width: 220px;
	}
	.linkcontent{
		width: 160px;
	}
}

@media screen and (max-width:1300px){
	.search{
		display: none;
	}
	.text-list li{
		height: 120px;
	}
	.footWrap .contact .item .text span{
		display: block;
	}
	.contactinner{
		display: block;
	}
	.contact-current{
		margin: 0 30px;
	}
	.contact-content{
		flex-wrap: wrap;
	}
	.contact-content .contact-item{
		min-width:320px
	}
}
@media screen and (max-width:1125px){
	.lan{
		display: none;
	}
	.fast-link{
		display: none;
	}
}
@media screen and (max-width:1055px){
	.tools{
		display: none;
	}
	.text-list li{
		height: 100px;
	}
	.text-list li dl dt{
		font-size: 20px;
	}
	.text-list li dl dd{
		font-size: 18px;
	}
	.footWrap .lg-container{
		flex-direction: column;
	}
	.footlogo{
		margin-bottom: 30px;
	}
	.footWrap .contact{
		justify-content: center;
	}
	.footWrap .contact .item .text span{
		display: inline-block;
	}
	
	.base_piclist,.base_textlist{
		justify-content: center;
	}

	
}


.nav-bar {
	width: 60px;
	text-align: center;
	font-size: 24px;
}

@media screen and (max-width:768px){
	.header{
		width: 100%;
		justify-content:end;
		align-items: center;
	}
	.logo{
		height: 100%;
		padding: 10px;
	}
	.logo img{
		height: 100%;
		object-fit: cover;
	}
	.nav{
		display: none;
		position:fixed;
		top: 80px;
		padding: 0;
		background: #f9f9f9;
		box-shadow: 0 3px 6px rgba(0 0 0/10%);
	}
	.nav.act{
		display: block;
	}
	.nav ul{
		flex-direction: column;
	}
	.nav ul li{
		width: 100%;
		line-height: 50px;
		text-align: center;
		border-bottom: 1px solid #e3e3e3;
	}
	.nav ul li a{
		display: block;
		font-size: 16px;
		font-weight: 600;
	}
	.nav-bar{
		display: block !important;
	}
	.banner,.inbanner{
		min-height: 300px;
	}
	.bannerItem{
		min-height: 300px;
	}
	.banner .imgs,.inbanner .imgs{
		height: 300px;
		overflow: hidden;
	}
	.banner .text{
		bottom: unset;
		top: 50px;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5;
	}
	.banner .icon{
		bottom: 20px;
	}
	.inbanner .text .current{
		font-size: 20px;
	}
	.title{
		margin-bottom: 15px;
	}
	.title span{
		font-size: 20px;
	}
	.lg-more-line{
		width: auto;
	}
	.lg-more-line i{
		margin-left: 10px;
	}
	.lg-more-block{
		width: 120px;
		height: 40px;
	}
	.companyTitle{
		margin-bottom: 15px;
	}
	.companyTitle span.cn{
		font-size: 18px;
	}
	.companyTitle span.en{
		font-size: 14px;
	}
	.lr-layout{
		flex-direction: column;
	}
	.lr-layout > *{
		width: 100%;
	}
	.aboutContainer{
		padding: 15px 0;
	}
	.aboutContent .text{
		padding-right: 0;
		margin-bottom: 15px;
	}
	.aboutContent .text p{
		font-size: 14px;
	}
	.param{
		margin-top: 15px;
	}
	.paramBox{
		justify-content: space-between;
	}
	.paramBox dl{
		width: auto;
		border: 0;
	}
	.paramBox dl dt{
		font-size: 16px;
	}
	.paramBox dl dt span{
		margin-left: 5px;
		font-size: 14px;
	}
	.paramBox dl dd{
		font-size: 12px;
	}
	
	.productContainer{
		padding: 30px 0;
		background: url(../images/probg.jpg) left center no-repeat;
		background-size: cover;
	}
	.productSwiper{
		width: 130%;
	}
	
	.newsContent{
		flex-direction: column;
	}
	.newsContent .firstNews{
		width: 100%;
	}
	.newsContent ul{
		width: 100%;
	}
	.text-list li{
		height: auto;
		padding:20px 10px;
	}
	.text-list li dl{
		width: auto;
		margin-right: 20px;
	}
	.text-list li dl dt{
		font-size: 16px;
	}
	.text-list li dl dd{
		font-size: 14px;
	}
	.text-list li .text{
		width: calc(100% - 80px);
	}
	
	.displayContainer{
		padding: 30px 0;
	}
	.joinus{
		padding: 30px 10px;
	}
	.joinus h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.pic-item .img{
		height: auto;
	}
	.footWrap .contact{
		width: 320px;
		margin: 0 auto;
		flex-direction: column;
		align-items: flex-start;
	}
	.footWrap .contact .item{
		border: 0;
	}
	
	.location{
		font-size: 14px;
	}
	
	.aboutinner{
		padding: 15px 0;
	}
	.aboutinner .lr-layout .text{
		padding-right: 0;
	}
	.qyyj{
		margin: 20px 0;
	}
	.qyyj h3{
		line-height: 1.5;
	}
	
	.inner,
	.picinner{
		padding: 15px 0;
	}
	
	.base_piclist .item,.base_textlist .item{
		margin: 20px 0;
		min-width: 100%;
	}
	
	.base_pictext_first .img{
		border-radius: 10px 10px 0 0;
	}
	.base_pictext_first .text{
		border-radius: 0 0 10px 10px;
		padding: 20px;
	}
	.base_pictext_first .text span{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.base_pictext_first .text h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.base_pictextlist li{
		width: 100%;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #eee;
	}
	.base_pictextlist li .text h3{
		margin: 5px 0;
	}
	.base_joinlist li .tit{
		line-height: 1.5;
	}
	.base_joinlist li .txt{
		padding: 10px;
	}
	.contactinner{
		padding: 15px 0;
	}
	.contact-current .current{
		font-size: 20px;
	}
	.contact-content{
		margin-top: 20px;
	}
	.contact-content .contact-item{
		width: 100%;
		min-width:unset;
		margin: 0 0 20px 0;
		padding: 0 0 20px 30px;
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
	.contact-content .contact-item i{
		font-size: 20px;
		top: 5px;
	}
	
	.showContent{
		padding: 10px;
	}
	/*分页*/
		.Pager{ text-align:center; padding:20px 0;}
		.Pager a{ display:none;}
		.Pager a.fa{ display:inline-flex; align-items: center; justify-content: center; padding:10px 30px; line-height: unset; margin:0 10px; color:#333; border:1px solid #eee; border-radius:20px;background: linear-gradient(#eee, #fff);}
		.Pager a.fa.lock{ color:#ccc;}
	
}

@media screen and (max-width:480px){
	.productSwiper{
		width: 100%;
	}
	
}

